net/http.connLRU.m (field)
10 uses
net/http (current package)
transport.go#L940: if pconn.alt != nil && t.idleLRU.m[pconn] != nil {
transport.go#L2012: if _, ok := t.idleLRU.m[pc]; !ok {
transport.go#L2907: m map[*persistConn]*list.Element
transport.go#L2914: cl.m = make(map[*persistConn]*list.Element)
transport.go#L2917: if _, ok := cl.m[pc]; ok {
transport.go#L2920: cl.m[pc] = ele
transport.go#L2927: delete(cl.m, pc)
transport.go#L2933: if ele, ok := cl.m[pc]; ok {
transport.go#L2935: delete(cl.m, pc)
transport.go#L2941: return len(cl.m)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |